home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / golden / goldensetup57420.exe / {app} / ImpExp32.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  2004-03-02  |  2.8 KB  |  127 lines

  1. object AboutBox: TAboutBox
  2.   Left = 279
  3.   Top = 184
  4.   ActiveControl = Button1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'About'
  8.   ClientHeight = 256
  9.   ClientWidth = 287
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Pitch = fpVariable
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poMainFormCenter
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 8
  24.     Top = 6
  25.     Width = 269
  26.     Height = 87
  27.     BevelInner = bvRaised
  28.     BevelOuter = bvLowered
  29.     TabOrder = 0
  30.     object Image1: TImage
  31.       Left = 8
  32.       Top = 3
  33.       Width = 84
  34.       Height = 80
  35.       AutoSize = True
  36.       Center = True
  37.       Picture.Data = {<image000.bmp>}
  38.       Transparent = True
  39.     end
  40.     object RzURLLabel2: TRzURLLabel
  41.       Left = 110
  42.       Top = 22
  43.       Width = 151
  44.       Height = 61
  45.       AutoSize = False
  46.       Caption = 'ImpExp'
  47.       Font.Charset = DEFAULT_CHARSET
  48.       Font.Color = clNavy
  49.       Font.Height = -27
  50.       Font.Name = 'Arial'
  51.       Font.Style = [fsBold, fsItalic]
  52.       ParentFont = False
  53.       BevelWidth = 0
  54.       BorderInner = fsGroove
  55.       BorderOuter = fsGroove
  56.       BorderSides = [sdLeft, sdTop]
  57.       FrameSides = []
  58.       ShadowDepth = 3
  59.       TextStyle = tsShadow
  60.       URL = 'http://www.benthicsoftware.com'
  61.     end
  62.     object RzURLLabel1: TRzURLLabel
  63.       Left = 169
  64.       Top = 58
  65.       Width = 81
  66.       Height = 13
  67.       Caption = 'Benthic Software'
  68.       Color = clBtnFace
  69.       Font.Charset = DEFAULT_CHARSET
  70.       Font.Color = clBlack
  71.       Font.Height = -11
  72.       Font.Name = 'MS Sans Serif'
  73.       Font.Style = []
  74.       ParentColor = False
  75.       ParentFont = False
  76.       BevelWidth = 0
  77.       FrameSides = []
  78.       FlyByColor = clYellow
  79.       FlyByEnabled = True
  80.       URL = 'http://www.benthicsoftware.com'
  81.       UnvisitedColor = clBlack
  82.       VisitedColor = clBlack
  83.     end
  84.   end
  85.   object Panel4: TPanel
  86.     Left = 8
  87.     Top = 97
  88.     Width = 270
  89.     Height = 118
  90.     BevelInner = bvRaised
  91.     BevelOuter = bvLowered
  92.     TabOrder = 1
  93.     object Memo1: TMemo
  94.       Left = 2
  95.       Top = 2
  96.       Width = 266
  97.       Height = 114
  98.       TabStop = False
  99.       Align = alClient
  100.       Alignment = taCenter
  101.       BorderStyle = bsNone
  102.       Ctl3D = False
  103.       Font.Charset = DEFAULT_CHARSET
  104.       Font.Color = clWindowText
  105.       Font.Height = -11
  106.       Font.Name = 'MS Sans Serif'
  107.       Font.Pitch = fpVariable
  108.       Font.Style = []
  109.       ParentColor = True
  110.       ParentCtl3D = False
  111.       ParentFont = False
  112.       ReadOnly = True
  113.       TabOrder = 0
  114.       WordWrap = False
  115.     end
  116.   end
  117.   object Button1: TButton
  118.     Left = 110
  119.     Top = 224
  120.     Width = 67
  121.     Height = 26
  122.     Caption = '&Close'
  123.     ModalResult = 1
  124.     TabOrder = 2
  125.   end
  126. end
  127.